home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_10559.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  42 lines

  1. -- card: 10559 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: African Queen
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   add 60 to score
  10.   put score into field "scorebox"
  11. end openCard
  12. on mouseUp
  13.  
  14.   get field "textarea" of card "River Trail"
  15.   put it into holder
  16.   put the number of lines in field "textarea" of card "River Trail" into counter
  17.   repeat until counter = 0
  18.     get line counter of holder
  19.     if it contains "Bogie" then
  20.       delete line counter of field "textarea" of card "River Trail"
  21.       put 1 into counter
  22.     end if
  23.     subtract 1 from counter
  24.   end repeat
  25.  
  26.   visual effect dissolve
  27.   go to card "River Trail"
  28.  
  29. end mouseUp
  30.  
  31.  
  32. -- part contents for background part 1
  33. ----- text -----
  34. African Queen
  35.  
  36. -- part contents for background part 2
  37. ----- text -----
  38. Standing not twenty feet from you on the riverbank is the queen of the jungle, a Hart's Gazelle. This is a fine catch for any zoo. You bring up your gun and shoot from the hip, downing the beauty with a tranquilizer dart. In the meantime, the golden bird has flown away.
  39.  
  40. -- part contents for background part 5
  41. ----- text -----
  42. 180